From: Michael Olson Date: Thu, 21 Feb 2008 20:28:12 +0000 (+0000) Subject: lisp/time.el: Fix compiler warning. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23911 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e0b72bbddc4afc5918915ce3cb96c859f6d5069d;p=emacs.git lisp/time.el: Fix compiler warning. --- diff --git a/lisp/time.el b/lisp/time.el index d889a7c7531..63bc23c459b 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -32,6 +32,8 @@ ;;; Code: +(eval-when-compile (require 'time-date)) + (defgroup display-time nil "Display time and load in mode line of Emacs." :group 'mode-line